home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Hang es video
/
CHIP_ZENESZERKESZTO_2005.ISO
/
audio_3
/
visual
/
robotfunk
/
setup.exe
/
{app}
/
main.dxr
/
Internal_250.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-11-19
|
376 b
|
14 lines
on saveallimg
xtraInst = new(xtra("SharpExport"))
thepath = "c:\flowui\"
cnt = 0
repeat with i = 1 to the number of castLibs
repeat with j = 1 to the number of castMembers
if member(j, i).type = #bitmap then
cnt = cnt + 1
xtraInst.exportBMP(member(j, i), thepath & string(i) & string(j) & ".bmp")
end if
end repeat
end repeat
end